Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

Controller Subtype and ID

A QuickTime VR movie must contain a user data item that indicates which movie controller to use for the movie. The movie controller for QuickTime VR movies has the controller type kQTVRQTVRType (defined in QuickTime.h ) and a subtype and ID defined by these constants:

enum {
    kQTControllerType                           = FOUR_CHAR_CODE('ctyp').
    kQTControllerID                             = 1
};

Constant descriptions

kQTControllerType
The movie controller subtype for QuickTime VR movies.
kQTControllerID
The movie controller ID for QuickTime VR movies.

© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |